github.com/gotd/td/transport.obfConn.Close (method, view implemented interface methods)
38 uses
github.com/gotd/td/transport (current package)
connection.go#L78: return c.conn.Close()
listener.go#L50: multierr.AppendInto(&rErr, conn.Close())
obfuscated.go#L50: multierr.AppendInto(&err, conn.Close())
github.com/gotd/td/telegram/dcs
mtproxy.go#L54: return nil, multierr.Combine(err, c.Close())
plain.go#L72: multierr.AppendInto(&rerr, conn.Close())
crypto/tls
conn.go#L1418: return c.conn.Close()
conn.go#L1428: if err := c.conn.Close(); err != nil {
conn.go#L1531: _ = c.conn.Close()
tls.go#L158: rawConn.Close()
golang.org/x/net/internal/socks
socks.go#L174: c.Close()
socks.go#L227: c.Close()
golang.org/x/net/proxy
dial.go#L45: conn.Close()
net
dial.go#L539: c.Close()
dnsclient_unix.go#L191: c.Close()
net.go#L122: Close() error
net/http
h2_bundle.go#L4360: sc.conn.Close()
h2_bundle.go#L4476: func (sc *http2serverConn) CloseConn() error { return sc.conn.Close() }
h2_bundle.go#L4705: defer sc.conn.Close()
h2_bundle.go#L5033: sc.conn.Close()
h2_bundle.go#L8096: cc.tconn.Close()
h2_bundle.go#L8107: nc.Close()
server.go#L384: cw.res.conn.rwc.Close()
server.go#L393: cw.res.conn.rwc.Close()
server.go#L1746: c.rwc.Close()
server.go#L1897: re.Conn.Close()
server.go#L2751: c.rwc.Close()
server.go#L2855: c.rwc.Close()
server.go#L3586: err = c.Conn.Close()
socks_bundle.go#L330: c.Close()
socks_bundle.go#L383: c.Close()
transport.go#L1562: plainConn.Close()
transport.go#L1612: go pconn.conn.Close()
transport.go#L1660: conn.Close()
transport.go#L1677: conn.Close()
transport.go#L1728: conn.Close()
transport.go#L1735: conn.Close()
transport.go#L1748: conn.Close()
transport.go#L2746: pc.conn.Close()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |